Q3MacintoshStorage_Set
You can use theQ3MacintoshStorage_Set
function to set information about a Macintosh storage object.
TQ3Status Q3MacintoshStorage_Set ( TQ3StorageObject storage, short fsRefNum);
storage
- A Macintosh storage object.
fsRefNum
- A file reference number.
DESCRIPTION
TheQ3MacintoshStorage_Set
function sets the file reference number of the file associated with the Macintosh storage object specified by thestorage
parameter to the number specified by thefsRefNum
parameter.SPECIAL CONSIDERATIONS
You must not useQ3MacintoshStorage_Set
with an open Macintosh storage object.ERRORS
kQ3ErrorStorageIsOpen